home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Guitar / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-29  |  792 b   |  38 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = RokNRole
  11.  
  12. INTERFACES = RokNRole.nib
  13. CLASSES = RokNRoleApp.m
  14. MFILES = RokNRole_main.m
  15.  
  16.  
  17. SOURCEMODE = 444
  18.  
  19. LIBS =  -lmusic_s -ldsp_s -ldistUG\
  20.     -lNeXT_s -lsys_s -lm
  21. DEBUG_LIBS = $(LIBS)
  22. PROF_LIBS = -lmusic_s -ldsp_s -ldistUG\
  23.     -lNeXT_p -lsys_p -lm 
  24.  
  25. MAKEFILEDIR = /usr/lib/nib
  26. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/nib/default_app_icon.tiff
  27.  
  28. INSTALLDIR = $(HOME)/Apps
  29. INSTALLFLAGS = -c -s -m 755
  30.  
  31. -include Makefile.preamble
  32.  
  33. include $(MAKEFILEDIR)/app.make
  34.  
  35. -include Makefile.postamble
  36.  
  37. -include Makefile.dependencies
  38.